// Mac specific preference defaults // TBD: Move Mac-specific Mime fields here? platform.mac = true; pref("browser.mac.show_tool_tips", true); pref("browser.mac.use_internet_config", false); pref("browser.mac.active_scrolling", true); pref("browser.mac.use_utility_pattern", false); pref("browser.mac.use_grayscale_form_controls", true); pref("editor.use_html_editor", "false"); pref("editor.use_image_editor", "false"); //print header/footer pref("browser.mac.print_header_topleft", 3); pref("browser.mac.print_header_topmid", 5); pref("browser.mac.print_header_topright", 2); pref("browser.mac.print_header_botleft", 0); pref("browser.mac.print_header_botmid", 4); pref("browser.mac.print_header_botright", 0); pref("browser.mac.print_background", false); // checkbox pref("mail.notification.sound", ""); pref("taskbar.mac.is_open", true); pref("taskbar.mac.is_vertical", true); pref("mail.server_type_on_restart", -1); // This overrides the setting in config.js (which points to the Windows page) config("menu.help.item_0.label","ÉwÉãÉvÇÃñ⁄éü"); config("menu.help.item_1.url","http://home.jp.netscape.com/ja/eng/mozilla/4.01/relnotes/mac-4.01.html"); // Add mime type for SimpleText read only files mime_type("mime.SimpleText_ReadOnly", "text/plain", "", 2, "SimpleText", "ttxt", "ttro");